Copies a node from another XMLDocument into the current document. If the optional parameter deep is True, ImportNode will import all the child nodes of foreignNode.
Syntax |
|---|
|
result = XMLDocument.ImportNode( foreignNode, [deep] ) |
Parameters |
|
|---|---|
|
foreignNode |
|
|
deep |
Boolean (Optional) |
Return Value |
|
|---|---|
|
Result |
|
Notes
After you import it, you must then place it somewhere.